Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

RakNet TimeZone, TimeVal and gettimeofday #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

perminovVS
Copy link

All platform implement gettimeofday, for easy use and no conflict.

All platform implement gettimeofday, for easy use and no conflict.
if ( initialized == false)
{
gettimeofday( &tp, 0 );
RakNet::gettimeofday( &tp, 0 );

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small remark: It would appear raknet uses tabs instead of spaces. We should stick to their guidelines.

@Luke1410
Copy link

FYI: I quickly reviewed the pull request. We are planning to incorporate the change with some modifications in SLikeNet 0.3.0 atm (internal case number: SLNET-200).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants